PlacesSidebar: Unref cloud_manager in dispose()
authorDaniel Boles <dboles@src.gnome.org>
Tue, 12 Sep 2017 21:15:27 +0000 (22:15 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Mon, 18 Sep 2017 17:20:02 +0000 (18:20 +0100)
commitc18ac0c4e39c2232614c810c6e742cc577403dec
treeb9d32e2d0bb56e9987b245aa569ce867d74904c8
parentbfe54d1185e218cef1424ba1c561784f6a04e7a5
PlacesSidebar: Unref cloud_manager in dispose()

We ref the CloudProviders singleton in init() but did not unref it in
dispose(). Do so, using g_clear_object().

https://bugzilla.gnome.org/show_bug.cgi?id=787600
gtk/gtkplacessidebar.c